home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / bsd / netinet / pcbheadsw.h < prev    next >
C/C++ Source or Header  |  1995-02-14  |  535b  |  24 lines

  1. /* 
  2.  **********************************************************************
  3.  * Mach Operating System
  4.  * Copyright (c) 1987 Carnegie-Mellon University
  5.  * All rights reserved.  The CMU software License Agreement specifies
  6.  * the terms and conditions for use and redistribution.
  7.  */
  8. /*
  9.  **********************************************************************
  10.  * HISTORY
  11.  **********************************************************************
  12.  */ 
  13.  
  14. /*
  15.  * pcbheadsw.h
  16.  */
  17.  
  18.  
  19. struct pcbheadsw {
  20.     short protocol;
  21.     struct inpcb *head;
  22. };
  23.  
  24.